home *** CD-ROM | disk | FTP | other *** search
/ Giga Pack / Giga Pack CD1.iso / strategy / s_oply / install.bat < prev    next >
DOS Batch File  |  1990-08-05  |  282b  |  20 lines

  1. rem (C) 1990 Computer Graphic Solutions
  2. echo off
  3. cls
  4. if %1.==. goto noparms
  5. %1
  6. goto inst1
  7. :noparms
  8. c:
  9. :inst1
  10. rem cd \
  11. md sandiego
  12. cd sandiego
  13. copy a:*.*
  14. sandiego.exe
  15. del sandiego.exe
  16. copy sandiego.bat ..\sandiego.bat
  17. echo  enter sandiego to start game
  18. cd ..
  19. :end
  20.